UCF STIG Viewer Logo

The SMTP service must not have the VRFY feature active.


Overview

Finding ID Version Rule ID IA Controls Severity
V-239541 VROM-SL-000610 SV-239541r662074_rule Medium
Description
The VRFY (Verify) command allows an attacker to determine if an account exists on a system, providing significant assistance to a brute force attack on user accounts. VRFY may provide additional information about users on the system, such as the full names of account owners.
STIG Date
VMware vRealize Operations Manager 6.x SLES Security Technical Implementation Guide 2021-07-01

Details

Check Text ( C-42774r662072_chk )
Use the following command to check if VRFY is disabled:

# grep -v "^#" /etc/sendmail.cf |grep -i PrivacyOptions

If "novrfy" is not returned, this is a finding.
Fix Text (F-42733r662073_fix)
Add "novrfy" to the "PrivacyOptions" flag in the "/etc/sendmail.cf" file.